func testing.toOutputDir
7 uses
testing (current package)
testing.go#L2606: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L2619: f, err := os.Create(toOutputDir(*traceFile))
testing.go#L2647: artifactDir, err = filepath.Abs(toOutputDir("_artifacts"))
testing.go#L2714: f, err := os.Create(toOutputDir(*memProfile))
testing.go#L2727: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L2739: f, err := os.Create(toOutputDir(*mutexProfile))
testing.go#L2757: func toOutputDir(path string) string {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)